Place all files on root server.
Widget code on webPage

*To control chatbot sharing and to give access, browse-
https://kascorner.com/chatbot3/admin_panel.php
Edit this file to view/change login and password

*Converter.php file can convert knowledge base data.txt file to data.json file.
Simply run this file https://kascorner.com/chatbot3/converter.php

*The audio playlist is kept on root server of kas2kas.online to save space.
There are two files - audio (folder) and get_audio.json (file) in public_html.
Upload audios in audio folder. Edit get_audio.json file and add a new 
audio path in this file.

*When updating anything in index.html, You must change the version number
on line 542 from -
 // ===== VERSION CONTROL - INCREMENT THIS WHEN YOU UPDATE =====
  const APP_VERSION = '2.0.0'; to  
  // ===== VERSION CONTROL - INCREMENT THIS WHEN YOU UPDATE =====
  const APP_VERSION = '2.0.1';
  
 *Similarily, this must be changed in admin_panel.php on line 258
   // ===== VERSION CONTROL - MUST MATCH index.html =====
    const APP_VERSION = '2.0.0'; to 2.0.1

